/*-webkit-tap-highlight-color 清除点击高亮*/
*{margin:0;padding:0;box-sizing:border-box;outline:none;border:0;resize:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-appearance:none;}
body{font-family:'Microsoft yahei';color:#333;font-size:14px;overflow-x:hidden;}
ul,li{list-style:none}
img{display:block}
a{text-decoration:none;color:#333;display:inline-block}
input,textarea{font-family:'Microsoft yahei';font-size:14px;color:#333}
input::placeholder,textarea::placeholder{font-family:'Microsoft yahei';font-size:14px;color:rgba(0,0,0,.4)}

.b{font-weight:bold}

.click{position:absolute;top:0;left:0;width:100%;height:100%}

.width{max-width:1280px;margin:0 auto;width:calc(100% - 100px)}

.img-bg{overflow:hidden;display:flex;justify-content:center;align-items:center}
.bg{width:100%;background-size:cover;background-repeat:no-repeat;background-position:center center;transition:.8s}

.img-div{display:flex;justify-content:center;align-items:center}
.img-div img{max-width:100%;max-height:100%}

.dot{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.dot2,.dot3,.dot4,.dot5{display:-webkit-box;display:box;overflow:hidden;text-overflow:ellipsis;word-break:break-word;-webkit-box-orient:vertical}
.dot2{-webkit-line-clamp:2}
.dot3{-webkit-line-clamp:3}
.dot4{-webkit-line-clamp:4}
.dot5{-webkit-line-clamp:5}

.mCSB_inside > .mCSB_container{margin-right:20px}
.mCS-myscroll.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px;background:#ccc}
.mCS-myscroll.mCSB_scrollTools .mCSB_draggerRail{width:3px;background:#eee}

.my-select{height:60px;background:#fff;position:relative;border-radius:5px}
.my-select:after{content:"";display:block;width:8px;height:8px;position:absolute;top:22px;right:20px;border-left:1px solid #666;border-bottom:1px solid #666;transform:rotate(-45deg);z-index:990}
.my-select p{padding:0 15px;line-height:60px;cursor:pointer}
.my-select ul{display:none;background:#fff;width:100%;overflow-y:auto;position:absolute;top:100%;left:0;max-height:300px;z-index:990;box-shadow:0 0 10px #ccc}
.my-select ul li{padding:0 15px;line-height:40px;cursor:pointer;}
.my-select ul li.selected{background:#1c95d9;color:#fff}
.my-select.on:after{transform:rotate(-225deg);top:28px}

.layui-layer-hui{z-index:2147482202 !important}
.layui-layer-hmg{border-radius:5px !important;}
.layui-layer-btn .layui-layer-btn0{background:#1c95d9;color:#fff;border-color:#1c95d9}
.layui-layer-btn{padding:0 15px 20px}
.layui-layer-btn .layui-layer-btn0{border-color:#1c95d9 !important;background-color:#1c95d9 !important}

.page{text-align:center;margin:0 auto}
.page a,.page .a_cur{display:inline-block;background:#f5f5f5;width:48px;height:48px;line-height:48px;margin-right:20px;border-radius:50%}
.page .a_cur{background:linear-gradient(to right,#0096ff,#00c6ff);color:#fff}
.page1 a,.page1 .a_cur{background:#fff}
.page1 .a_cur{background:linear-gradient(to right,#0096ff,#00c6ff);color:#fff}

.video-popup{display:none;position:fixed;z-index:1001;background:rgba(0,0,0,.7);width:100%;height:100%;top:0;left:0;}
.video-popup .con{width:70%;height:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center}
.video-popup video{max-width:100%;max-height:100%;}
.video-popup .close{position:absolute;width:40px;height:40px;background:url(../images/close-w.svg) no-repeat center center/40px;right:-30px;top:0;cursor:pointer;z-index:1002;transition:.3s}

@media (max-width:750px){
    .width{width:calc(100% - 40px)}
    .page a,.page .a_cur{width:38px;height:38px;line-height:38px;margin-right:10px}
}

@media (any-hover:hover){
    .layui-layer-btn .layui-layer-btn0:hover{color:#fff !important}
	.img-bg .bg:hover{transform:scale(1.1)}
    .page a:hover{background:linear-gradient(to right,#0096ff,#00c6ff);color:#fff}
    .video-popup .close:hover{transform:rotate(180deg)}
    .my-select ul li:hover{background:#1c95d9;color:#fff}
}